| Name | Variable Functions |
| System ID | VF |
| Connection String | |
| Heartbeat Connection String |
* Indicates the message has been deprecated. Please use the replacement message(s) instead.
If the key does not exist, add a map entry. If the key exists, update value.
| Parameter Name | Required | Description / Value |
| key | NO | |
| value | NO | |
| keylist | NO | |
| valuelist | NO |
| Parameter Name | Description / Value |
| newKeylist | |
| newValuelist |
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
| Parameter Name | Description / Value |
Add string to the List.
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO |
| Parameter Name | Description / Value |
| newlist |
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
| Parameter Name | Description / Value |
Add unique string to the List.
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO |
| Parameter Name | Description / Value |
| newlist |
Combine 2 lists to one list.
| Parameter Name | Required | Description / Value |
| list1 | NO | first list to combine |
| list2 | NO | second list to combine |
| removeDuplicates | NO | true indicate removing duplicated item, default to be false. |
| Parameter Name | Description / Value |
| list | result of the combination of 2 lists. |
Construct and return a list with same value and specific size
| Parameter Name | Required | Description / Value |
| value | YES | The value to fill the list |
| size | YES | The size of the list |
| Parameter Name | Description / Value |
| list | the result list |
Convert Map to String. Default format is "k1:v1;k2:v2;"
| Parameter Name | Required | Description / Value |
| keylist | NO | Keylist |
| valuelist | NO | |
| entryDelimiter | NO | Delimiter between entry. Default is ";". |
| mapDelimiter | NO | Delimiter between key and value. Default is ":". |
| Parameter Name | Description / Value |
| string | result string. |
Convert String to Map. Default format is "k1:v1;k2:v2;"
| Parameter Name | Required | Description / Value |
| string | NO | |
| entryDelimiter | NO | Delimiter between entry. Default is ";". |
| mapDelimiter | NO | Delimiter between key and value. Default is ":". |
| Parameter Name | Description / Value |
| valuelist | List of all value |
| keylist | List of all key |
Copy int variables.
| Parameter Name | Required | Description / Value |
| from1 | NO | |
| from2 | NO | |
| from3 | NO | |
| from4 | NO | |
| from5 | NO |
| Parameter Name | Description / Value |
| to1 | |
| to2 | |
| to3 | |
| to4 | |
| to5 |
Copy list variable.
| Parameter Name | Required | Description / Value |
| from | NO |
| Parameter Name | Description / Value |
| to |
Copy mixed variables.
| Parameter Name | Required | Description / Value |
| fromstring1 | NO | |
| fromstring2 | NO | |
| fromstring3 | NO | |
| fromint1 | NO | |
| fromint2 | NO | |
| fromint3 | NO |
| Parameter Name | Description / Value |
| tostring1 | |
| tostring2 | |
| tostring3 | |
| toint1 | |
| toint2 | |
| toint3 |
Copy string variable.
| Parameter Name | Required | Description / Value |
| from | NO |
| Parameter Name | Description / Value |
| to |
Copy string variables.
| Parameter Name | Required | Description / Value |
| from1 | NO | |
| from2 | NO | |
| from3 | NO | |
| from4 | NO | |
| from5 | NO |
| Parameter Name | Description / Value |
| to2 | |
| to1 | |
| to3 | |
| to4 | |
| to5 |
Delete items in a collection from list.
| Parameter Name | Required | Description / Value |
| list | NO | |
| removeList | NO | |
| string | NO |
| Parameter Name | Description / Value |
| newlist |
| Parameter Name | Required | Description / Value |
| index | NO | |
| list | NO | |
| templist | NO |
| Parameter Name | Description / Value |
Delete item from list at index.
| Parameter Name | Required | Description / Value |
| index | NO | |
| list | NO |
| Parameter Name | Description / Value |
| newlist |
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO | |
| templist | NO |
| Parameter Name | Description / Value |
Delete string from list.
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO |
| Parameter Name | Description / Value |
| newlist |
Get the intersection of two lists.
| Parameter Name | Required | Description / Value |
| list | YES | the list |
| otherList | YES | the other list |
| Parameter Name | Description / Value |
| intersection | the Intersection list |
Get map value from list.
| Parameter Name | Required | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| key | NO |
| Parameter Name | Description / Value |
| value |
Join list.
| Parameter Name | Required | Description / Value |
| list | NO | |
| delimiter | NO |
| Parameter Name | Description / Value |
| string |
List contains.
| Parameter Name | Required | Description / Value |
| string | NO | |
| list | NO |
| Parameter Name | Description / Value |
| index |
Logs variable value to jboss log.
| Parameter Name | Required | Description / Value |
| name | NO | The name of the variable. |
| value | NO | The value of the variable. |
| level | NO | Logging level. Default is INFO. |
| Parameter Name | Description / Value |
Partition the list with big number of elements into small lists.
| Parameter Name | Required | Description / Value |
| originList | YES | the list that will be partitioned |
| partitionedSize | YES | the size of the partitioned list |
| Parameter Name | Description / Value |
| partitionedList | the partitioned list |
Put asset id and asset type into list
| Parameter Name | Required | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| assetIds | NO | |
| assetType | NO |
| Parameter Name | Description / Value |
| newKeylist | |
| newValuelist |
Put map value into list.
| Parameter Name | Required | Description / Value |
| keylist | NO | |
| valuelist | NO | |
| key | NO | |
| value | NO |
| Parameter Name | Description / Value |
| newKeylist | |
| newValuelist |
Reverse a list
| Parameter Name | Required | Description / Value |
| list | NO | A list to be reversed |
| Parameter Name | Description / Value |
| newlist | The reversed list |
Sort the list
| Parameter Name | Required | Description / Value |
| list | NO | the list to be sorted |
| Parameter Name | Description / Value |
| newlist | the list after sorting |
Transfer string to url.
| Parameter Name | Required | Description / Value |
| list | NO |
| Parameter Name | Description / Value |
| sortedList |
Creates a WPCL message to be picked up by the application. NOTE: Only STRING parameters are supported.
| Parameter Name | Required | Description / Value |
| templateName | NO | Name of the template to invoke. |
| titleId | NO | titleId to pass to the template. If blank, will ignore. |
| providerId | NO | providerId to pass to the template. If blank, will ignore. |
| parameterName1 | NO | parameterName1 to pass to template. If blank, will ignore. |
| parameterValue1 | NO | parameterValue1 to pass to the template. If blank, will ignore. |
| parameterName2 | NO | parameterName2 to pass to template. If blank, will ignore. |
| parameterValue2 | NO | parameterValue2 to pass to the template. If blank, will ignore. |
| parameterName3 | NO | parameterName3 to pass to template. If blank, will ignore. |
| parameterValue3 | NO | parameterValue3 to pass to the template. If blank, will ignore. |
| parameterName4 | NO | parameterName4 to pass to template. If blank, will ignore. |
| parameterValue4 | NO | parameterValue4 to pass to the template. If blank, will ignore. |
| parameterName5 | NO | parameterName5 to pass to template. If blank, will ignore. |
| parameterValue5 | NO | parameterValue5 to pass to the template. If blank, will ignore. |
| parameterName6 | NO | parameterName6 to pass to template. If blank, will ignore. |
| parameterValue6 | NO | parameterValue6 to pass to the template. If blank, will ignore. |
| parameterName7 | NO | parameterName7 to pass to template. If blank, will ignore. |
| parameterValue7 | NO | parameterValue7 to pass to the template. If blank, will ignore. |
| parameterName8 | NO | parameterName8 to pass to template. If blank, will ignore. |
| parameterValue8 | NO | parameterValue8 to pass to the template. If blank, will ignore. |
| parameterName9 | NO | parameterName9 to pass to template. If blank, will ignore. |
| parameterValue9 | NO | parameterValue9 to pass to the template. If blank, will ignore. |
| parameterName10 | NO | parameterName10 to pass to template. If blank, will ignore. |
| parameterValue10 | NO | parameterValue10 to pass to the template. If blank, will ignore. |
| parameterValue11 | NO | |
| parameterName11 | NO | |
| priority | NO | Specify the priority for the work order to trigger |
| parameterValue12 | NO | |
| parameterName12 | NO |
| Parameter Name | Description / Value |
| CreateID | unique uuid |
| © MediaKind Inc, 2022. |
| All Rights Reserved. |